8b6fcff9d5c9d749d31b5d06c13779797af52a92,engine/src/org/pentaho/di/trans/steps/monetdbbulkloader/MonetDBBulkLoaderMeta.java,MonetDBBulkLoaderMeta,saveRep,#Repository#ObjectId#ObjectId#,357
Before Change
try
{
rep.saveDatabaseMetaStepAttribute(id_transformation, id_step, "id_connection", databaseMeta);
rep.saveStepAttribute(id_transformation, id_step, "buffer_size", bufferSize); //$NON-NLS-1$
rep.saveStepAttribute(id_transformation, id_step, "db_connection_name", dbConnectionName); //$NON-NLS-1$
rep.saveStepAttribute(id_transformation, id_step, "schema", schemaName); //$NON-NLS-1$
rep.saveStepAttribute(id_transformation, id_step, "table", tableName); //$NON-NLS-1$
rep.saveStepAttribute(id_transformation, id_step, "log_file", logFile); //$NON-NLS-1$
rep.saveStepAttribute(id_transformation, id_step, "encoding", encoding); //$NON-NLS-1$
rep.saveStepAttribute(id_transformation, id_step, "truncate", truncate); //$NON-NLS-1$
rep.saveStepAttribute(id_transformation, id_step, "auto_schema", autoSchema); //$NON-NLS-1$
rep.saveStepAttribute(id_transformation, id_step, "auto_string_widths", autoStringWidths); //$NON-NLS-1$
for (int i=0;i<fieldTable.length;i++)
{
After Change
rep.saveStepAttribute(id_transformation, id_step, "db_connection_name", dbConnectionName); //$NON-NLS-1$
rep.saveStepAttribute(id_transformation, id_step, "schema", schemaName); //$NON-NLS-1$
rep.saveStepAttribute(id_transformation, id_step, "table", tableName); //$NON-NLS-1$
rep.saveStepAttribute(id_transformation, id_step, "buffer_size", bufferSize); //$NON-NLS-1$
rep.saveStepAttribute(id_transformation, id_step, "log_file", logFile); //$NON-NLS-1$
rep.saveStepAttribute(id_transformation, id_step, "truncate", truncate); //$NON-NLS-1$
rep.saveStepAttribute(id_transformation, id_step, "fully_quote_sql", fullyQuoteSQL); //$NON-NLS-1$
// MonetDB Settings Tab
rep.saveStepAttribute(id_transformation, id_step, "field_separator", fieldSeparator); //$NON-NLS-1$
rep.saveStepAttribute(id_transformation, id_step, "field_enclosure", fieldEnclosure); //$NON-NLS-1$
rep.saveStepAttribute(id_transformation, id_step, "null_representation", NULLrepresentation); //$NON-NLS-1$
rep.saveStepAttribute(id_transformation, id_step, "encoding", encoding); //$NON-NLS-1$